Dashboard Temp Share Shortlinks Frames API

huxn-webdev - HTMLify profile

files of /huxn-webdev/HTML-CSS-JavaScript-100-Projects/23. Simple Calculator/

app.js /huxn-webdev/HTML-CSS-JavaScript-100-Projects/23. Simple Calculator/app.js
12 Views
0 Comments
document.getElementById("btn").addEventListener("click", function () {
let num1 = document.querySelector(".num1").value;
let
index.html /huxn-webdev/HTML-CSS-JavaScript-100-Projects/23. Simple Calculator/index.html
16 Views
0 Comments
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta nam
style.css /huxn-webdev/HTML-CSS-JavaScript-100-Projects/23. Simple Calculator/style.css
13 Views
0 Comments
body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: crimson;
color: white